[issue26890] inspect.getsource gets source copy on disk even when module has not been reloaded

2017-02-21 Thread Emily Morehouse

Changes by Emily Morehouse :


--
nosy: +emilyemorehouse

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26890] inspect.getsource gets source copy on disk even when module has not been reloaded

2016-05-02 Thread SilentGhost

Changes by SilentGhost :


--
nosy: +yselivanov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26890] inspect.getsource gets source copy on disk even when module has not been reloaded

2016-04-29 Thread Sebastien Bourdeauducq

New submission from Sebastien Bourdeauducq:

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.

--
components: Library (Lib)
messages: 264538
nosy: sebastien.bourdeauducq
priority: normal
severity: normal
status: open
title: inspect.getsource gets source copy on disk even when module has not been 
reloaded
versions: Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com