Skip to content

bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h #21056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2020
Merged

bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h #21056

merged 1 commit into from
Jun 22, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 22, 2020

@vstinner vstinner requested review from rhettinger and a team as code owners June 22, 2020 15:04
@vstinner vstinner merged commit 384621c into python:master Jun 22, 2020
@vstinner vstinner deleted the pycore_tuple branch June 22, 2020 15:27
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Arch Linux TraceRefs 3.x has failed when building commit 384621c.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/312/builds/984) and take a look at the build logs.
  4. Check if the failure is related to this commit (384621c) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/312/builds/984

Summary of the results of the build (if available):

Click to see traceback logs
remote: Enumerating objects: 48, done.        
remote: Counting objects:   2% (1/48)        
remote: Counting objects:   4% (2/48)        
remote: Counting objects:   6% (3/48)        
remote: Counting objects:   8% (4/48)        
remote: Counting objects:  10% (5/48)        
remote: Counting objects:  12% (6/48)        
remote: Counting objects:  14% (7/48)        
remote: Counting objects:  16% (8/48)        
remote: Counting objects:  18% (9/48)        
remote: Counting objects:  20% (10/48)        
remote: Counting objects:  22% (11/48)        
remote: Counting objects:  25% (12/48)        
remote: Counting objects:  27% (13/48)        
remote: Counting objects:  29% (14/48)        
remote: Counting objects:  31% (15/48)        
remote: Counting objects:  33% (16/48)        
remote: Counting objects:  35% (17/48)        
remote: Counting objects:  37% (18/48)        
remote: Counting objects:  39% (19/48)        
remote: Counting objects:  41% (20/48)        
remote: Counting objects:  43% (21/48)        
remote: Counting objects:  45% (22/48)        
remote: Counting objects:  47% (23/48)        
remote: Counting objects:  50% (24/48)        
remote: Counting objects:  52% (25/48)        
remote: Counting objects:  54% (26/48)        
remote: Counting objects:  56% (27/48)        
remote: Counting objects:  58% (28/48)        
remote: Counting objects:  60% (29/48)        
remote: Counting objects:  62% (30/48)        
remote: Counting objects:  64% (31/48)        
remote: Counting objects:  66% (32/48)        
remote: Counting objects:  68% (33/48)        
remote: Counting objects:  70% (34/48)        
remote: Counting objects:  72% (35/48)        
remote: Counting objects:  75% (36/48)        
remote: Counting objects:  77% (37/48)        
remote: Counting objects:  79% (38/48)        
remote: Counting objects:  81% (39/48)        
remote: Counting objects:  83% (40/48)        
remote: Counting objects:  85% (41/48)        
remote: Counting objects:  87% (42/48)        
remote: Counting objects:  89% (43/48)        
remote: Counting objects:  91% (44/48)        
remote: Counting objects:  93% (45/48)        
remote: Counting objects:  95% (46/48)        
remote: Counting objects:  97% (47/48)        
remote: Counting objects: 100% (48/48)        
remote: Counting objects: 100% (48/48), done.        
remote: Compressing objects:  50% (1/2)        
remote: Compressing objects: 100% (2/2)        
remote: Compressing objects: 100% (2/2), done.        
remote: Total 25 (delta 23), reused 24 (delta 23), pack-reused 0        
From https://github.com/python/cpython
 * branch                  master     -> FETCH_HEAD
Reset branch 'master'

Python/bltinmodule.c: In function ‘_PyBuiltin_Init’:
Python/bltinmodule.c:2872:28: error: implicit declaration of function ‘_Py_AddToAllObjects’ [-Werror=implicit-function-declaration]
 2872 | #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0)
      |                            ^~~~~~~~~~~~~~~~~~~
Python/bltinmodule.c:2880:5: note: in expansion of macro ‘ADD_TO_ALL’
 2880 |     ADD_TO_ALL(OBJECT)
      |     ^~~~~~~~~~
Python/bltinmodule.c:2882:5: note: in expansion of macro ‘SETBUILTIN’
 2882 |     SETBUILTIN("None",                  Py_None);
      |     ^~~~~~~~~~
cc1: some warnings being treated as errors
make: *** [Makefile:1742: Python/bltinmodule.o] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1815: clean-retain-profile] Error 1 (ignored)

fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants