<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kay@vrfy.org" title="Kay Sievers <kay@vrfy.org>"> <span class="fn">Kay Sievers</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - kdbus: overly aggressive clients cause kernel panic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79887">bug 79887</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - kdbus: overly aggressive clients cause kernel panic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79887#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - kdbus: overly aggressive clients cause kernel panic"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=79887">bug 79887</a>
              from <span class="vcard"><a class="email" href="mailto:kay@vrfy.org" title="Kay Sievers <kay@vrfy.org>"> <span class="fn">Kay Sievers</span></a>
</span></b>
        <pre>$ a=build/lib.*
$ PYTHONPATH=${a}:. strace -f -o x python3 test/introspect.py 'I am sure'
Traceback (most recent call last):
  File "test/introspect.py", line 1, in <module>
    from test import *
  File "/home/kay/data/src/pybus/test/__init__.py", line 1, in <module>
    import pybus
  File "/home/kay/data/src/pybus/pybus/__init__.py", line 506, in <module>
    from pybus.systemd import Bus
  File "/home/kay/data/src/pybus/pybus/systemd.py", line 194, in <module>
    class Bus(event.Event):
AttributeError: 'module' object has no attribute 'Event'

$ a=build/lib.linux-x86_64-3.4/
$ PYTHONPATH=${a}:. strace -f -o x python3 test/introspect.py 'I am sure'
Traceback (most recent call last):
  File "test/introspect.py", line 28, in _
    with e_loop.new(pybus.Bus, pybus.Bus.System).adopt() as sysBus, \
AttributeError: type object 'Bus' has no attribute 'System'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>