[issue20603] sys.path disappears at shutdown

2014-12-08 Thread Brett Cannon
Brett Cannon added the comment: That's enough reason for me to close this as out of date. =) -- resolution: -> out of date status: open -> closed ___ Python tracker ___

[issue20603] sys.path disappears at shutdown

2014-12-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't know. Not for issue #19255 obviously, so we can probably close :-) -- ___ Python tracker ___ ___

[issue20603] sys.path disappears at shutdown

2014-12-07 Thread Brett Cannon
Brett Cannon added the comment: Since issue #19255 is closed is this still an issue, Antoine? -- assignee: -> pitrou ___ Python tracker ___ _

[issue20603] sys.path disappears at shutdown

2014-12-06 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20603] sys.path disappears at shutdown

2014-02-11 Thread Antoine Pitrou
New submission from Antoine Pitrou: Original changeset in 1998: http://hg.python.org/cpython/rev/185c1d47ce7a Stated reason is to prevent new imports. Well, mission accomplished: this is one of the reasons for the problems in issue19255 :) -- components: Interpreter Core messages: 2110