Skip to content
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

regenerate Programs/test_frozenmain.h #12

Merged

Conversation

iritkatriel
Copy link

No description provided.

tiran and others added 16 commits July 1, 2022 21:48
Adds `ctypes.c_time_t` to represent the C `time_t` type accurately as its size varies.

Primarily-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google]
shlex.split(): Passing None for s argument now raises an exception,
rather than reading sys.stdin. The feature was deprecated in Python
3.9.
xml.etree: Remove the ElementTree.Element.copy() method of the pure
Python implementation, deprecated in Python 3.10, use the copy.copy()
function instead. The C implementation of xml.etree has no copy()
method, only a __copy__() method.
@iritkatriel iritkatriel merged commit a663f40 into faster-cpython:module-resume-lineno-0 Jul 4, 2022
markshannon pushed a commit that referenced this pull request Oct 17, 2024
…PyFuture refcycles (#12… (python#125476)

Revert "pythongh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (python#124959)"

This reverts commit d5dbbf4.
markshannon pushed a commit that referenced this pull request Oct 17, 2024
…x asyncio.TaskGroup and _PyFuture refcycles ... (python#125486)

* Revert "pythongh-125472: Revert "pythongh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#12… (python#125476)"

This reverts commit e99650b.

* fix incompatability with pythongh-124392
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants