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

Add warning to docs about new_instances method #127

Merged
merged 1 commit into from Feb 9, 2022
Merged

Conversation

ollipa
Copy link
Member

@ollipa ollipa commented Feb 6, 2022

Since we dropped Python 2 support, new_instances method can't be used in CPython without hitting the bug described in issue #16. The bug doesn't seem to affect PyPy.

I added a warning about the usage of new_instances method in docs:

image

Before we remove or deprecate this method, I think we should first think about some alternative way to fake new instances.

@ollipa ollipa self-assigned this Feb 6, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 6, 2022

Codecov Report

Merging #127 (48bc37c) into master (31091e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #127   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          833       833           
=========================================
  Hits           833       833           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31091e7...48bc37c. Read the comment docs.

@ollipa ollipa merged commit 828df30 into master Feb 9, 2022
@ollipa ollipa deleted the docs/new-instances branch February 9, 2022 00:31
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.

None yet

3 participants