Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Revert 19108 remove c element tree #20116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert 19108 remove c element tree #20116
Changes from 1 commit
8dc39174e019460b1e330c5fa364627f7014e30ed3b0be6b36351d9e299b8c6607b102ac4bf42b4b5386e838a930dd5e7a7be4e35fb2c7c4c21c5121253c3e96074deb9c46a2d60040beff870b2668a9a091951a89fc4a3d8135e9b7aa23d999ec9a441416c99db2a1470aac4c1c7d8e34669222f37c354638c64e1becf48963a7fa1d9e0ac068b534e36376b7a78cadb9163c02fa0ead2c349b2effef781a5fc3d10091a7f7e70677c61462c3d508ac7a92c85bdec1fcb28561c2fa7886a93fd0122d482fbc57a2cc9b845b956ca6067d4bd5d9a71ef7973a86d694427c0d9b4804b5b21cdb71b617993d0919f0b1b4c79f3a5b7a74ea6b57c6e9705650e764c9ea09f453221d6b727e3d542119e2ca17f9b3b582d0a3d6d95bd425b0a30342bae3ab809717fa0a66ede92769a15c9b397e1568d72ea60d6fb53f75cd8e43d17c046f2f4757443d42e77d42897f33c3f2c3b68a482dc5bcc3036ce21cfcd2dc82775d7257edf26434b972fa7ba1f7516ab0706a785891aa876715bc9ab4a12d12003708b6e5723716d4e6f62d618c60e8085d577e9b8d39d0a55e413aFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Convert posixmodule.c ("posix" or "nt" module) to the multiphase initialization (PEP 489). * Create the module using PyModuleDef_Init(). * Create ScandirIteratorType and DirEntryType with the new PyType_FromModuleAndSpec() (PEP 573) * Get the module state from ScandirIteratorType and DirEntryType with the new PyType_GetModule() (PEP 573) * Pass module to functions which access the module state. * convert_sched_param() gets a new module parameter. It is now called directly since Argument Clinic doesn't support passing the module to an argument converter callback. * Remove _posixstate_global macro.Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.