mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Py_complex; and WITHOUT_COMPLEX added to getargs.c
This commit is contained in:
parent
519b4339f1
commit
530956d247
4 changed files with 8 additions and 6 deletions
|
|
@ -359,7 +359,7 @@ r_object(p)
|
|||
{
|
||||
extern double atof PROTO((const char *));
|
||||
char buf[256];
|
||||
complex c;
|
||||
Py_complex c;
|
||||
n = r_byte(p);
|
||||
if (r_string(buf, (int)n, p) != n) {
|
||||
err_setstr(EOFError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue