1 new commit in py:

https://bitbucket.org/hpk42/py/commits/dda77653de9d/
Changeset:   dda77653de9d
User:        hpk42
Date:        2014-06-02 11:57:12
Summary:     backout change from @schlamar because it breaks the tests
and this should not be the case on default.
Affected #:  1 file

diff -r 5d8aaac89ffc8d5077e612b8d067332c18753b2c -r 
dda77653de9d9aa84bfb9ca0e1a59498863563d1 py/_process/forkedfunc.py
--- a/py/_process/forkedfunc.py
+++ b/py/_process/forkedfunc.py
@@ -63,7 +63,7 @@
             retvalf.close()
         os.close(1)
         os.close(2)
-        sys.exit(EXITSTATUS)
+        os._exit(EXITSTATUS)
 
     def waitfinish(self, waiter=os.waitpid):
         pid, systemstatus = waiter(self.pid, 0)

Repository URL: https://bitbucket.org/hpk42/py/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to