mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
This commit is contained in:
parent
37b1d607bf
commit
77b24ba505
7 changed files with 17 additions and 14 deletions
|
@ -68,7 +68,7 @@
|
|||
#include "pyframe.h"
|
||||
#include "traceback.h"
|
||||
#include "sliceobject.h"
|
||||
#include "cellobject.h"
|
||||
#include "cpython/cellobject.h"
|
||||
#include "iterobject.h"
|
||||
#include "genobject.h"
|
||||
#include "descrobject.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue