mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #15984: Merge PyUnicode doc from 3.5
This commit is contained in:
commit
cda80940ed
35 changed files with 64 additions and 70 deletions
|
@ -379,7 +379,7 @@ tracemalloc_get_frame(PyFrameObject *pyframe, frame_t *frame)
|
|||
|
||||
if (!PyUnicode_Check(filename)) {
|
||||
#ifdef TRACE_DEBUG
|
||||
tracemalloc_error("filename is not an unicode string");
|
||||
tracemalloc_error("filename is not a unicode string");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue