Commit 0a35c9f
authored
Moved rest of the missing items back to stdlib.pxi (#6)
* 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 quickly
* put more externals required into stdlib.pxi where they all belong1 parent 2ccaf83 commit 0a35c9f
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
113 | 111 | | |
114 | 112 | | |
115 | 113 | | |
116 | | - | |
| 114 | + | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
0 commit comments