diff options
| author | Michael Merickel <michael@merickel.org> | 2017-04-02 16:35:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-02 16:35:06 -0500 |
| commit | b536bd9db1c435586c476c6d03e3d314979af3ab (patch) | |
| tree | 1c790d5df1d80089386d5d6b3c44a1e62d2e97fa /CHANGES.txt | |
| parent | 126c63581d72e2818c8e37edbc47b49682f575e1 (diff) | |
| parent | bd1cce29c9d5e618c4682e7c5a37ea574aee9817 (diff) | |
| download | pyramid-b536bd9db1c435586c476c6d03e3d314979af3ab.tar.gz pyramid-b536bd9db1c435586c476c6d03e3d314979af3ab.tar.bz2 pyramid-b536bd9db1c435586c476c6d03e3d314979af3ab.zip | |
Merge pull request #2989 from mmerickel/threadlocal-include
push threadlocals while executing config.include functions
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7676a69f9..c8a87f625 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,6 +18,12 @@ Features requirement that the server is being run in this format so it may fail. See https://github.com/Pylons/pyramid/pull/2984 +- The threadlocals are now available inside any function invoked via + ``config.include``. This means the only config-time code that cannot rely + on threadlocals is code executed from non-actions inside the main. This + can be alleviated by invoking ``config.begin()`` and ``config.end()`` + appropriately. See https://github.com/Pylons/pyramid/pull/2989 + Bug Fixes --------- |
