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
Update libffi in Windows installer to 3.4.4 #101763
Labels
Comments
zooba
added a commit
to zooba/cpython
that referenced
this issue
Feb 10, 2023
zooba
added a commit
that referenced
this issue
Feb 10, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 10, 2023
…ythonGH-101784) (cherry picked from commit e1aaded) Co-authored-by: Steve Dower <steve.dower@python.org>
miss-islington
added a commit
that referenced
this issue
Feb 10, 2023
carljm
added a commit
to carljm/cpython
that referenced
this issue
Feb 10, 2023
* main: Docs: Fix getstatus() -> getcode() typos (python#101296) Docs: use parameter list for sqlite3.Cursor.execute* (python#101782) pythongh-101763: Update bundled copy of libffi to 3.4.4 on Windows (pythonGH-101784) pythongh-101517: make bdb avoid looking up in linecache with lineno=None (python#101787) pythongh-101759: Update Windows installer to SQLite 3.40.1 (python#101762) pythongh-101277: Finalise isolating itertools (pythonGH-101305) pythongh-101759: Update macOS installer to SQLite 3.40.1 (python#101761)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
libffi-3.4.4 was released a few months ago, and claims to fix unspecified issues on all Windows platforms.
We're currently using 3.4.3 and 3.11 and 3.12, so should update them both.
Linked PRs
The text was updated successfully, but these errors were encountered: