forked from pool/python-frozenlist
b79ad4f006b2251e5a8442bb5776ffff987cf0d8d3c8aba1993e19c853d98f21
- Update to 1.7.0
* Added deepcopy support to FrozenList
* Fixed an issue where ``frozenlist`` binary wheels would be
built with debugging symbols and line tracing enabled, which
significantly impacted performance. Line tracing is now disabled
by default and can only be enabled explicitly
- This change ensures that production builds are optimized for
performance. Developers who need line tracing for debugging
purposes can still enable it by:
1. Setting the ``FROZENLIST_CYTHON_TRACING`` environment variable
2. Using the ``--config-setting=with-cython-tracing=true`` option with pip
* Enabled ``PIP_CONSTRAINT`` environment variable in the build configuration
to ensure the pinned Cython version from ``requirements/cython.txt`` is
used during wheel builds.
OBS-URL: https://build.opensuse.org/request/show/1307084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=24
Description
No description provided
Languages
Diff
100%