[issue1144263] reload() is broken for C extension objects

2018-05-16 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue1144263] reload() is broken for C extension objects

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: I agree with Grant. There seems to be no way this can be sanely implemented with today's infrastructure. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker

[issue1144263] reload() is broken for C extension objects

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___