Issue 17687: Undeclared symbol in _struct.c (original) (raw)
Issue17687
Created on 2013-04-10 14:54 by inducer, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg186501 - (view) | Author: Andreas Kloeckner (inducer) | Date: 2013-04-10 14:54 |
This line in the "_struct" module references a "PyStructType" that isn't declared anywhere. This is only apparent when the file is compiled without -DNDEBUG. http://hg.python.org/cpython/file/1410b7790de6/Modules/_struct.c#l43 | ||
msg186503 - (view) | Author: Mark Dickinson (mark.dickinson) * ![]() |
Date: 2013-04-10 15:01 |
Isn't it declared on line 12? | ||
msg186510 - (view) | Author: Andreas Kloeckner (inducer) | Date: 2013-04-10 15:41 |
Whoops. I'm an idiot. Forget I said anything. | ||
msg186511 - (view) | Author: Andreas Kloeckner (inducer) | Date: 2013-04-10 15:47 |
(Forgot to say: sorry.) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:44 | admin | set | github: 61887 |
2013-04-10 16:01:18 | brett.cannon | set | resolution: not a bug |
2013-04-10 15:47:29 | inducer | set | messages: + |
2013-04-10 15:41:40 | inducer | set | status: open -> closedmessages: + |
2013-04-10 15:01:26 | mark.dickinson | set | nosy: + mark.dickinsonmessages: + |
2013-04-10 14:54:23 | inducer | create |