bpo-29595: Expose max_queue_size in ThreadPoolExecutor by prayerslayer · Pull Request #143 · python/cpython

@prayerslayer

@prayerslayer prayerslayer changed the title Expose max_queue_size in ThreadPoolExecutor bpo-29595: Expose max_queue_size in ThreadPoolExecutor

Feb 17, 2017

@prayerslayer

@prayerslayer

DimitrisJim

@prayerslayer

@prayerslayer

@prayerslayer

pitrou

pitrou

pitrou

pitrou

Nikolaus Piccolotto added 4 commits

October 30, 2017 20:20

pitrou

pitrou

pitrou

pitrou

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

Nov 7, 2017
…on#143

- avoid type punning / strict aliasing violations
- don't rely on implementation defined placement of bit-fields in the
storage unit.
(cherry picked from commit b9c243a)

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

Dec 20, 2017
Stackless contributes two tests to builtins: TaskletExit and
TaskletExit.__init__. Therefore we have to adjust the limit.

Add missing changelog entries (python#143, python#144).

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

Mar 25, 2018
…on#143

- avoid type punning / strict aliasing violations
- don't rely on implementation defined placement of bit-fields in the
storage unit.

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

Mar 25, 2018
Stackless contributes two tests to builtins: TaskletExit and
TaskletExit.__init__. Therefore we have to adjust the limit.

Add missing changelog entries (python#143, python#144).

(cherry picked from commit 7327e4b)

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

Jun 19, 2018
- avoid type punning / strict aliasing violations
- don't rely on implementation defined placement of bit-fields in the
storage unit.

(cherry picked from commit 5512131)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

@pyup-bot @Mariatta