Re: [pypy-dev] Py3.3 Import Test Question

2016-01-05 Thread Armin Rigo
Hi Marky, On Tue, Jan 5, 2016 at 9:56 AM, Armin Rigo wrote: > __pypy__.save_module_content_for_future_reload(sys) > > The test is failing because that line didn't have any effect. Maybe I'm wrong, and the exact cause is more subtle. In general, you should first understand why it wor

Re: [pypy-dev] Py3.3 Import Test Question

2016-01-05 Thread Armin Rigo
Hi Marky, No clue why, but your e-mail written 3 days ago only shows up now on the mailing list... If you didn't get any answer on IRC in the meantime: that test is about this line: __pypy__.save_module_content_for_future_reload(sys) The test is failing because that line didn't have

[pypy-dev] Py3.3 Import Test Question

2016-01-02 Thread marky1991 .
(Sending an email instead of just asking in irc so I don't keep spamming the question) In the 3.3 branch, there is this failing test: http://buildbot.pypy.org/summary/longrepr?testname=AppTestMagic.%28%29.test_save_module_content_for_future_reload&builder=own-linux-x86-64&build=4372&mod=module.__