Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-43988: Use check disallow instantiation helper#26392

Merged
vstinner merged 6 commits into
python:mainpython/cpython:mainfrom
erlend-aasland:use-check-disallow-insterlend-aasland/cpython:use-check-disallow-instCopy head branch name to clipboard
May 27, 2021
Merged

bpo-43988: Use check disallow instantiation helper#26392
vstinner merged 6 commits into
python:mainpython/cpython:mainfrom
erlend-aasland:use-check-disallow-insterlend-aasland/cpython:use-check-disallow-instCopy head branch name to clipboard

Conversation

@erlend-aasland

@erlend-aasland erlend-aasland commented May 26, 2021

Copy link
Copy Markdown
Contributor
  • Use test.support.check_disallow_instantiation
  • Fix exception message regex for builtins

https://bugs.python.org/issue43988

@erlend-aasland erlend-aasland changed the title bpo-43988: Use check disallow instantiation bpo-43988: Use check disallow instantiation helper May 26, 2021
@erlend-aasland erlend-aasland requested a review from vstinner May 26, 2021 22:45

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to avoid tp = ... and then use tp, since "tp" name doesn't help: use directly "...". I wrote some examples.

Comment thread Lib/test/support/__init__.py Outdated
Comment thread Lib/test/test_curses.py Outdated
Comment thread Lib/test/test_dbm_gnu.py Outdated
Comment thread Lib/test/test_re.py Outdated
Comment thread Lib/test/test_select.py Outdated
@vstinner vstinner merged commit fbff538 into python:main May 27, 2021
@vstinner

Copy link
Copy Markdown
Member

Merged, thanks. This helper makes me more confident that the test actually checks that the type is immutable.

@erlend-aasland erlend-aasland deleted the use-check-disallow-inst branch May 27, 2021 06:44
@erlend-aasland

Copy link
Copy Markdown
Contributor Author

Merged, thanks. This helper makes me more confident that the test actually checks that the type is immutable.

Great, thanks for reviewing and improving the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.