Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-27660: remove unnecessary overflow checks in list_resize #189

Merged
merged 2 commits into from
Feb 22, 2017

Conversation

zhangyangyu
Copy link
Member

No description provided.

@zhangyangyu zhangyangyu added the type-feature A feature request or enhancement label Feb 20, 2017
@vstinner vstinner self-requested a review February 20, 2017 14:04
@zhangyangyu zhangyangyu merged commit 4cee049 into python:master Feb 22, 2017
@zhangyangyu zhangyangyu deleted the list_resize branch February 22, 2017 04:32
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 18, 2017
(Upstream is https://github.com/python/typing)

- Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream python#230).
- Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream python#229).
- Repr of Tuple[()] should be 'Tuple[()]' (upstream python#231).
- Add NewType() (upstream python#189).
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Nov 29, 2022
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants