Merge lp://staging/~cjwatson/meliae/py310 into lp://staging/meliae

Proposed by Colin Watson
Status: Merged
Approved by: John A Meinel
Approved revision: 232
Merged at revision: 232
Proposed branch: lp://staging/~cjwatson/meliae/py310
Merge into: lp://staging/meliae
Diff against target: 150 lines (+36/-8)
5 files modified
meliae/_scanner.pyx (+2/-1)
meliae/_scanner_core.c (+25/-7)
meliae/_scanner_core.h (+5/-0)
setup.py (+2/-0)
tox.ini (+2/-0)
To merge this branch: bzr merge lp://staging/~cjwatson/meliae/py310
Reviewer Review Type Date Requested Status
John A Meinel Approve
Review via email: mp+429597@code.staging.launchpad.net

Commit message

Add support for Python 3.9 and 3.10.

Description of the change

The hardcoded handling of `sizeof(PyGC_Head)` is kind of a mess, but I can't find any better way to get its size in 3.9 or newer; and unfortunately we now seem to have to do without the optimization for finding the size of dicts without calling into Python.

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

Thanks for your efforts here.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: