Skip to content

bpo-39943: Remove unused arg from find_nfc_index() #18950

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

Closed
wants to merge 9 commits into from
Closed

bpo-39943: Remove unused arg from find_nfc_index() #18950

wants to merge 9 commits into from

Conversation

petdance
Copy link
Contributor

@petdance petdance commented Mar 12, 2020

Remove unused self arg from find_nfc_index()

https://bugs.python.org/issue39943

@petdance petdance marked this pull request as ready for review March 12, 2020 03:50
brandtbucher and others added 8 commits March 12, 2020 19:48
PyDescr_NewMethod() and PyCFunction_NewEx() now include the method
name in the SystemError "bad call flags" error message to ease debug.
* Remove unused tstate argument from init_set_builtins_open()
* Replace fd (int) with tstate (PyThreadState *) in in _Py_FatalError_PrintExc()
Received email on the docs mailing list to fix a typo from `sys.platlitdir` which doesn't exist to the correct new attribute `sys.platlibdir`

Automerge-Triggered-By: @vstinner
- When casting to _Bool, arrays should only contain zeros or ones.
AIX: Fix _aix_support module when the subprocess is not available,
when building Python from scratch. It now uses new private
_bootsubprocess module, rather than having two implementations
depending if subprocess is available or not. So
_aix_support.aix_platform() result is now the same if subprocess is
available or not.
PyInterpreterState.eval_frame function now requires a tstate (Python
thread state) parameter.

Add private functions to the C API to get and set the frame
evaluation function:

* Add tstate parameter to _PyFrameEvalFunction function type.
* Add _PyInterpreterState_GetEvalFrameFunc() and
  _PyInterpreterState_SetEvalFrameFunc() functions.
* Add tstate parameter to _PyEval_EvalFrameDefault().
@petdance petdance requested a review from rhettinger as a code owner March 13, 2020 00:48
@petdance petdance closed this Mar 13, 2020
@petdance
Copy link
Contributor Author

This was mistakenly updated. I'll recreate it.

@petdance petdance deleted the bpo-39943-Modules-unicodedata branch March 13, 2020 00:50
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.

8 participants