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-40275: Use new test.support helper submodules in tests #21317

Merged
merged 13 commits into from Jul 6, 2020

Conversation

shihai1991
Copy link
Member

@shihai1991 shihai1991 commented Jul 4, 2020

Use test helpers in the following test cases:

  • tests of distutils
  • test_dbm_gnu
  • test_eof
  • test_hashlib
  • test_idle
  • test_imaplib
  • test_marshal
  • test_py_compile
  • test_set
  • test_socket
  • test_sysconfig
  • test_traceback
  • test_unicode
  • test_xml_etree
  • test_zipfile

https://bugs.python.org/issue40275

@shihai1991
Copy link
Member Author

shihai1991 commented Jul 4, 2020

@vstinner pls take a look if you have free time, thanks.

Copy link
Member

@vstinner vstinner left a comment

LGTM. I cannot merge your PR, there is a merge conflict. Please fix the conflict, and ping me when it's done.

vstinner and others added 12 commits Jul 6, 2020
PyUnicode_EncodeDecimal and PyUnicode_TransformDecimalToASCII
are deprecated since Python 3.3.
But Py_DEPRECATED(3.3) was commented out.
It doesn't use PyUnicode_EncodeDecimal. It uses a private API instead.
* Clarify number of scopes

* Indicate 3 or 4

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…21340)

* improve control flow docs

* Add also

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@shihai1991
Copy link
Member Author

shihai1991 commented Jul 6, 2020

@vstinner ping : )

@vstinner vstinner merged commit deb0162 into python:master Jul 6, 2020
4 checks passed
@shihai1991
Copy link
Member Author

shihai1991 commented Jul 6, 2020

thanks, victor.

arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
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

9 participants