Commit 2ccaf83
authored
Fix subprocess_shell code (Windows Side) (#4)
* add another branch to test on my end
* force trigger workflow
* reformat test_context with black
* reformat all tests to obey flake8
* fix flake8 errors
* add dns related things from winloop
* try something that isn't invalid on 3.8
* reformat with black using valid 3.8 syntax and the 79 character limit
* update setup.py
* fix more formatting problems with test_process
* uncomment trest_process_streams_pass_fds on windows
* slience all other known to fail tests with windows
* fix if statement for dns.pyx
* silencing reamining failures
* remove whitespace
* update tests
* update tests
* skip signal test on apple for now
* remove whitespace
* reformat with black once more
* mark todo for issue 126 (winloop) related
* skip test_call_later_2 on windows normal asyncio in 3.11 due to rounding bug
* reformat test_base.py
* uvloop still has the same problem on windows 3.11
* siganls fork test broken
* better skipping system for test_base.py
* add extra removal to makefile
* nope, 3.8+ on windows has the same problem wiht test_call_later_2
* add __Pyx_MonitoringEventTypes_CyGen_count as a macro incase accidently exposed in windows debug mode
* skip create over ssl when in win32 3.14t it's currently a todo bugfix.
* skip test_getaddrinfo_4 on mac, it can randomly freeze at different times.
* fix subprocess shell code for window's end
* update stdlib with os.path.join to help it out
* add isabs to subprocess_shell
* make outer modules used into constant values
* forgot about errors.pyx let me fix that up real quickly1 parent 3778759 commit 2ccaf83
4 files changed
+20
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2824 | 2824 | | |
2825 | 2825 | | |
2826 | 2826 | | |
2827 | | - | |
2828 | 2827 | | |
2829 | 2828 | | |
2830 | 2829 | | |
2831 | 2830 | | |
2832 | 2831 | | |
2833 | | - | |
2834 | | - | |
2835 | | - | |
2836 | | - | |
2837 | | - | |
2838 | | - | |
2839 | | - | |
2840 | | - | |
2841 | | - | |
2842 | | - | |
2843 | | - | |
2844 | | - | |
2845 | | - | |
2846 | | - | |
2847 | | - | |
2848 | | - | |
2849 | | - | |
2850 | | - | |
2851 | | - | |
2852 | | - | |
2853 | | - | |
2854 | | - | |
| 2832 | + | |
| 2833 | + | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
| 2840 | + | |
| 2841 | + | |
| 2842 | + | |
| 2843 | + | |
| 2844 | + | |
| 2845 | + | |
2855 | 2846 | | |
2856 | 2847 | | |
2857 | 2848 | | |
| |||
0 commit comments