scoder

Results 66 issues of scoder

Lua objects support operator overloading in their metatable: http://www.lua.org/manual/5.3/manual.html#2.4 Mapping the Lua arithmetic etc. operators for wrapped Python objects to the equivalent Python operators should provide a much better user...

Cython does the right thing here, no need for verbose conditional code.

Untested since it's not released yet. See https://github.com/python/cpython/issues/111140

enhancement
Code Generation

This makes hem fall back to unprefixed Python modules in plain Python code.

enhancement
Pure Python Mode

Closes https://github.com/scoder/lupa/issues/250

- libxml2 2.9.10 - libxslt 1.1.34 The other libs are probably still fine. Note that libxml2 2.9.11/12 are non-functional with lxml. 2.9.13 should be ok, once it's released. Thanks!

Raw time functions that do not require the GIL were added to the C-API in Py3.13. See https://github.com/python/cpython/pull/115215 See https://github.com/python/cpython/issues/110850

defect
Library

Uses the `PyMonitoring` C-API that is being developed for Py3.13. See https://docs.python.org/3/library/sys.monitoring.html See https://github.com/python/cpython/issues/111997 See https://github.com/python/cpython/pull/116413

feature
Code Generation

According to https://peps.python.org/pep-0683/#stable-abi, using `Py_INCREF/Py_DECREF` won't break anything, but if it's compiled against `Py_LIMITED_API` < 3.12 then it will change the reference count of immortal objects when run on Python...

limited api