diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-24 11:49:11 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-24 11:49:11 -0500 |
| commit | 57d450a4e0485c8c9db04a5b6d02615c3798f418 (patch) | |
| tree | e0c417809760332550e40799df274261fc11c273 /CHANGES.txt | |
| parent | e7f9dab06dc2515fe11e7f31ea948eed5e141470 (diff) | |
| download | python-setuptools-git-57d450a4e0485c8c9db04a5b6d02615c3798f418.tar.gz | |
Also hide Cython when hiding setuptools, as setuptools will have imported Cython and Cython references the distutils.Extension. Fixes #488.19.6b1
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c82ec5a5..28d2ef63 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,9 @@ CHANGES expose the desired functionality. For example:: $ python -m setuptools.launch setup.py develop +* Issue #488: Fix dual manifestation of Extension class in + extension packages installed as dependencies when Cython + is present. 19.5 ---- |
