◐ Shell
clean mode source ↗

bpo-11572: Make several minor improvements to copy module by berkerpeksag · Pull Request #207 · python/cpython

serhiy-storchaka

serhiy-storchaka

* When doing getattr lookups with a default of "None", it
  now uses an "is" comparison against None which is more
  correct
* Removed outdated code

Patch by Brandon Rhodes.

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

Jan 16, 2019
cframeobject.h and channelobject.h are now empty and obsolete.
They will be removed by the next commit.

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

Jan 16, 2019
Move the headers to Include and Include/internal, fix the #include
directives and update Makefile.in.pre and PCbuild-files.

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

Jan 16, 2019
…ols/msi

Remove the special handling of Stackless include files from the
msi-installer.

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

Jan 16, 2019
Remove the Stackless source dir from the include-path.

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

Jan 16, 2019
Remove the Stackless specific include-path.

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

Jan 18, 2019

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

Jan 18, 2019
…c headers

Move the definition of the macro SLP_SEH32 to stackless_struct.h

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

Jan 18, 2019
Names of "public" header files use prefix "stackless", all other
use "slp". This is consistent with symbol names.

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

Jan 18, 2019

jaraco pushed a commit that referenced this pull request

Dec 2, 2022