This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Commit 70d307e
Anselm Kruis
Issue #112: Prepare Stackless 3.5, fix a C-Python test suite bug
This commit merges the fix from C-Python pull request
python#1066 (git commit 22e032a) for
bpo-30028. Without this change
$ ./python -m test.regrtest test_multiprocessing_fork
fails. ($ ./python -m test.test_multiprocessing_fork is OK.)
https://bitbucket.org/stackless-dev/stackless/issues/1121 parent 75023cf commit 70d307e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| 898 | + | |
| 899 | + | |
898 | 900 | | |
899 | 901 | | |
900 | 902 | | |
901 | | - | |
| 903 | + | |
902 | 904 | | |
903 | 905 | | |
904 | 906 | | |
| |||
0 commit comments