]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
authorandrewluotechnologies <44252973+andrewluotechnologies@users.noreply.github.com>
Thu, 7 Dec 2023 12:56:01 +0000 (04:56 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 12:56:01 +0000 (13:56 +0100)
commit9c3458e05865093dd55d7608810a9d0ef0765978
tree304468cca3e18ce9a584e1a6884e32dfe49550bf
parentb449415b2f1b41e1c44cb453428657fdf6ff1d36
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
Include/internal/pycore_typeobject.h
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2023-12-07-13-19-55.gh-issue-112125.4ADN7i.rst [new file with mode: 0644]
Objects/object.c
Objects/typeobject.c