Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4051342
By: fabioz

Hi Oliver, 

I'm having some trouble duplicating your behaviour... 

I've tried it with the code below, and it seems to work for me... Also, I think
that you should report that in the bug-tracker... Check
http://pydev.sourceforge.net/faq.html#ref_0 for more details on the 
bug-reporting
guidelines (so, maybe you could paste some code to help me reproduce it).

Cheers,

Fabio

---------- Code I used to test ------------

import atexit

def bla(*args, **kwargs):
    print args, kwargs

class Foo(object):
    
    def __init__(self):
        atexit.register(bla)
    
if __name__ == '__main__':
    Foo()

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to