pybind11/.github/workflows
Jeremy Maitin-Shepard 14976c853b
Eliminate duplicate TLS keys for loader_life_support stack (#3275)
* Eliminate duplicate TLS keys for loader_life_support stack

This revises the existing fix for
https://github.com/pybind/pybind11/issues/2765 in
https://github.com/pybind/pybind11/pull/3237 to reduce the amount of
TLS storage used.

The shared TLS key is stored in two different ways, depending on
`PYBIND11_INTERNALS_VERSION`.  If `PYBIND11_INTERNALS_VERSION ==
4` (as is currently set), the TLS key is stored in the
`internal::shared_data` map to avoid breaking ABI compatibility.  If
`PYBIND11_INTERNALS_VERSION > 4`, the TLS key is stored directly in
the `internals` struct.

* Fix test_pytypes.py::test_issue2361 failure on PyPy3.7

* Add github actions tests for unstable ABI
2021-09-20 04:57:38 -07:00
..
ci.yml Eliminate duplicate TLS keys for loader_life_support stack (#3275) 2021-09-20 04:57:38 -07:00
configure.yml chore(deps): bump jwlawson/actions-setup-cmake from 1.9 to 1.10 (#3196) 2021-08-13 12:27:54 -04:00
format.yml Updating and slightly enhancing instructions for running clang-tidy. (#3055) 2021-06-22 15:12:58 -07:00
labeler.yml ci: correct types statement 2020-11-03 11:59:29 -05:00
pip.yml chore(deps): bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#2851) 2021-02-09 17:00:16 -05:00