Commit 3778759
authored
Add __Pyx_MonitoringEventTypes_CyGen_count macro (#3)
* 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.1 parent 297be3e commit 3778759
3 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2173 | 2173 | | |
2174 | 2174 | | |
2175 | 2175 | | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
2176 | 2182 | | |
2177 | 2183 | | |
2178 | 2184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
0 commit comments