bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)

This commit is contained in:
Victor Stinner 2021-10-15 02:39:58 +02:00 committed by GitHub
parent 37b1d607bf
commit 77b24ba505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 14 deletions

View file

@ -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"