python-frozendict icon indicating copy to clipboard operation
python-frozendict copied to clipboard

[FEATURE] Support Python 3.12 for the C extension

Open BwL1289 opened this issue 1 year ago • 2 comments

Related to #68.

Please add support for Python 3.12 to the C extension.

OS version: Amazon Linux 2023 (Fedora Based)

  • Python3 version (python3 -V -V): 3.12.5

Steps to reproduce:

  • Attempt to build a wheel

BwL1289 avatar Aug 17 '24 14:08 BwL1289

Yes, in my little free time (I'm a dad now) I'm working on making the C extension available for 3.11.

This time I want to be close as much as possible to the CPython code, so no more two .c files, one for frozendict code and one for dict code I need to change. It was ideally more clean, but it's more difficult to diff.

Once made 3.11, 3.12 seems to be not so hard. 3.13 will be a nightmare.

Marco-Sulla avatar Aug 17 '24 14:08 Marco-Sulla

Understood (and congrats on being a dad 👍). Appreciate your help and support.

BwL1289 avatar Aug 17 '24 14:08 BwL1289