René's URL Explorer Experiment


Title: Build fails on 3.14 no-GIL · Issue #613 · msgpack/msgpack-python · GitHub

Open Graph Title: Build fails on 3.14 no-GIL · Issue #613 · msgpack/msgpack-python

X Title: Build fails on 3.14 no-GIL · Issue #613 · msgpack/msgpack-python

Description: $ make cython msgpack/_cmsgpack.pyx python setup.py build_ext -i -f running build_ext building 'msgpack._cmsgpack' extension creating build creating build/temp.linux-x86_64-cpython-314 creating build/temp.linux-x86_64-cpython-314/msgpack...

Open Graph Description: $ make cython msgpack/_cmsgpack.pyx python setup.py build_ext -i -f running build_ext building 'msgpack._cmsgpack' extension creating build creating build/temp.linux-x86_64-cpython-314 creating bui...

X Description: $ make cython msgpack/_cmsgpack.pyx python setup.py build_ext -i -f running build_ext building 'msgpack._cmsgpack' extension creating build creating build/temp.linux-x86_64-cpython-314 crea...

Opengraph URL: https://github.com/msgpack/msgpack-python/issues/613

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Build fails on 3.14 no-GIL","articleBody":"```\r\n$ make\r\ncython msgpack/_cmsgpack.pyx\r\npython setup.py build_ext -i -f\r\nrunning build_ext\r\nbuilding 'msgpack._cmsgpack' extension\r\ncreating build\r\ncreating build/temp.linux-x86_64-cpython-314\r\ncreating build/temp.linux-x86_64-cpython-314/msgpack\r\nx86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -I. -I/tmp/venv/include -I/usr/include/python3.14t -c msgpack/_cmsgpack.c -o build/temp.linux-x86_64-cpython-314/msgpack/_cmsgpack.o\r\nmsgpack/_cmsgpack.c:2343:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?\r\n 2343 | ject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);\r\n      |                                                       ^~~~~~~~~~~~~~~~~~~~\r\n      |                                                       vectorcallfunc\r\nmsgpack/_cmsgpack.c: In function ‘__pyx_pf_7msgpack_9_cmsgpack_6Packer_2__dealloc__’:\r\nmsgpack/_cmsgpack.c:6941:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]\r\n 6941 |   if (unlikely(__pyx_assertions_enabled())) {\r\n      |   ^~\r\nIn file included from /usr/include/python3.14t/Python.h:72,\r\n                 from msgpack/_cmsgpack.c:16:\r\n/usr/include/python3.14t/cpython/pydebug.h:13:37: note: declared here\r\n   13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;\r\n      |                                     ^~~~~~~~~~~~~~~\r\nmsgpack/_cmsgpack.c: At top level:\r\nmsgpack/_cmsgpack.c:21382:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?\r\n21382 | t *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)\r\n      |                                                       ^~~~~~~~~~~~~~~~~~~~\r\n      |                                                       vectorcallfunc\r\nmsgpack/_cmsgpack.c:21427:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?\r\n21427 | ject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)\r\n      |                                                       ^~~~~~~~~~~~~~~~~~~~\r\n      |                                                       vectorcallfunc\r\nmsgpack/_cmsgpack.c: In function ‘__Pyx_CyFunction_CallAsMethod’:\r\nmsgpack/_cmsgpack.c:22116:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?\r\n22116 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);\r\n      |      ^~~~~~~~~~~~~~~~~~~~\r\n      |      vectorcallfunc\r\nmsgpack/_cmsgpack.c:2433:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]\r\n 2433 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)-\u003evectorcall)\r\n      |                                             ^\r\nmsgpack/_cmsgpack.c:22116:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’\r\n22116 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);\r\n      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nmsgpack/_cmsgpack.c:22119:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]\r\n22119 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, \u0026PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);\r\n      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n      |                __Pyx_PyObject_FastCallDict\r\nmsgpack/_cmsgpack.c:22119:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]\r\n22119 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, \u0026PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);\r\n      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\nerror: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1\r\nmake: *** [Makefile:5: all] Error 1\r\n```","author":{"url":"https://github.com/clin1234","@type":"Person","name":"clin1234"},"datePublished":"2024-06-20T02:56:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":18},"url":"https://github.com/613/msgpack-python/issues/613"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4d7b0b18-8ad1-de44-e55a-7ada63eaff01
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id850E:43FC5:4B992A:687728:696FD784
html-safe-nonce7d4d49eb034a8c1124300f4757a7fd8982d999f1ebc88157e9d5c8dd614f89ab
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTBFOjQzRkM1OjRCOTkyQTo2ODc3Mjg6Njk2RkQ3ODQiLCJ2aXNpdG9yX2lkIjoiMTk0NzI4NjA0ODc5MjgwMDA0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac762de086a650365f01c5cd815ae44233f76a0ba52f0939fb2ced192abd71a3ce
hovercard-subject-tagissue:2363400753
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/msgpack/msgpack-python/613/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ef057d3639ba3e5f8a40587a39e0e0ec10a00baef46149b264978b23acd967ce/msgpack/msgpack-python/issues/613
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ef057d3639ba3e5f8a40587a39e0e0ec10a00baef46149b264978b23acd967ce/msgpack/msgpack-python/issues/613
og:image:alt$ make cython msgpack/_cmsgpack.pyx python setup.py build_ext -i -f running build_ext building 'msgpack._cmsgpack' extension creating build creating build/temp.linux-x86_64-cpython-314 creating bui...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameclin1234
hostnamegithub.com
expected-hostnamegithub.com
Nonea5d30ba41f7d9acded2fd135aa830ac2f5c7e52dca0e776e658d37eaf9dfb033
turbo-cache-controlno-preview
go-importgithub.com/msgpack/msgpack-python git https://github.com/msgpack/msgpack-python.git
octolytics-dimension-user_id198264
octolytics-dimension-user_loginmsgpack
octolytics-dimension-repository_id2242705
octolytics-dimension-repository_nwomsgpack/msgpack-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id2242705
octolytics-dimension-repository_network_root_nwomsgpack/msgpack-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2f945b7bb88421600e89dfefbb1548ad0a44781a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/msgpack/msgpack-python/issues/613#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fissues%2F613
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fissues%2F613
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=msgpack%2Fmsgpack-python
Reloadhttps://github.com/msgpack/msgpack-python/issues/613
Reloadhttps://github.com/msgpack/msgpack-python/issues/613
Reloadhttps://github.com/msgpack/msgpack-python/issues/613
msgpack https://github.com/msgpack
msgpack-pythonhttps://github.com/msgpack/msgpack-python
Notifications https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Fork 238 https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Star 2.1k https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Code https://github.com/msgpack/msgpack-python
Issues 3 https://github.com/msgpack/msgpack-python/issues
Pull requests 3 https://github.com/msgpack/msgpack-python/pulls
Discussions https://github.com/msgpack/msgpack-python/discussions
Actions https://github.com/msgpack/msgpack-python/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/msgpack/msgpack-python/security
Please reload this pagehttps://github.com/msgpack/msgpack-python/issues/613
Insights https://github.com/msgpack/msgpack-python/pulse
Code https://github.com/msgpack/msgpack-python
Issues https://github.com/msgpack/msgpack-python/issues
Pull requests https://github.com/msgpack/msgpack-python/pulls
Discussions https://github.com/msgpack/msgpack-python/discussions
Actions https://github.com/msgpack/msgpack-python/actions
Security https://github.com/msgpack/msgpack-python/security
Insights https://github.com/msgpack/msgpack-python/pulse
New issuehttps://github.com/login?return_to=https://github.com/msgpack/msgpack-python/issues/613
New issuehttps://github.com/login?return_to=https://github.com/msgpack/msgpack-python/issues/613
Build fails on 3.14 no-GILhttps://github.com/msgpack/msgpack-python/issues/613#top
https://github.com/clin1234
https://github.com/clin1234
clin1234https://github.com/clin1234
on Jun 20, 2024https://github.com/msgpack/msgpack-python/issues/613#issue-2363400753
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.