[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-28787: Fix out of tree --with-dtrace builds by stratakis · Pull Request #135 · python/cpython

the-knights-who-say-ni

Closed

stratakis added a commit to stratakis/cpython that referenced this pull request

May 11, 2017
* bpo-28787: Fix out of tree --with-dtrace builds

* Unsilence directory creation

* Add Misc/NEWS and Misc/ACKS entries.
(cherry picked from commit f6eae5b)

vstinner pushed a commit that referenced this pull request

May 11, 2017
* bpo-28787: Fix out of tree --with-dtrace builds

* Unsilence directory creation

* Add Misc/NEWS and Misc/ACKS entries.
(cherry picked from commit f6eae5b)

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 10, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 10, 2017
Fix several problems related with slp_prepare_slots():
- set Py_TPFLAGS_HAVE_STACKLESS_EXTENSION in slp_prepare_slots().
- for heap types free the allocated buffer in tp_dealloc
- Allocate the memory from the object domain, because the blocks are
  small (about 74 bytes).

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 29, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Jun 19, 2018
Fix several problems related with slp_prepare_slots():
- set Py_TPFLAGS_HAVE_STACKLESS_EXTENSION in slp_prepare_slots().
- for heap types free the allocated buffer in tp_dealloc
- Allocate the memory from the object domain, because the blocks are
  small (about 74 bytes).

(cherry picked from commit e217840)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

Closed

This was referenced

Feb 11, 2025

Open

Closed