This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sebastien.bourdeauducq
Recipients sebastien.bourdeauducq
Date 2016-04-30.03:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461987187.54.0.900828586529.issue26890@psf.upfronthosting.co.za>
In-reply-to
Content
The fix of https://bugs.python.org/issue1218234 is a bit zealous. If the module has not been reloaded, e.g. calling a function will execute code older than what inspect.getsource returns.
History
Date User Action Args
2016-04-30 03:33:07sebastien.bourdeauducqsetrecipients: + sebastien.bourdeauducq
2016-04-30 03:33:07sebastien.bourdeauducqsetmessageid: <1461987187.54.0.900828586529.issue26890@psf.upfronthosting.co.za>
2016-04-30 03:33:07sebastien.bourdeauducqlinkissue26890 messages
2016-04-30 03:33:06sebastien.bourdeauducqcreate