Title: Fix usage of Py_ssize_t type in Python/compile.c · Issue #63816 · python/cpython · GitHub
Open Graph Title: Fix usage of Py_ssize_t type in Python/compile.c · Issue #63816 · python/cpython
X Title: Fix usage of Py_ssize_t type in Python/compile.c · Issue #63816 · python/cpython
Description: BPO 19617 Nosy @vstinner, @benjaminp, @serhiy-storchaka Files compile_ssize_t.patch Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details GitHub fields: a...
Open Graph Description: BPO 19617 Nosy @vstinner, @benjaminp, @serhiy-storchaka Files compile_ssize_t.patch Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current s...
X Description: BPO 19617 Nosy @vstinner, @benjaminp, @serhiy-storchaka Files compile_ssize_t.patch Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current s...
Opengraph URL: https://github.com/python/cpython/issues/63816
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Fix usage of Py_ssize_t type in Python/compile.c","articleBody":"BPO | [19617](https://bugs.python.org/issue19617)\n--- | :---\nNosy | @vstinner, @benjaminp, @serhiy-storchaka\nFiles | \u003cli\u003e[compile_ssize_t.patch](https://bugs.python.org/file32644/compile_ssize_t.patch \"Uploaded as text/plain at 2013-11-15.23:08:05 by @vstinner\")\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = None\nclosed_at = \u003cDate 2013-11-19.21:24:37.918\u003e\ncreated_at = \u003cDate 2013-11-15.23:08:07.747\u003e\nlabels = []\ntitle = 'Fix usage of Py_ssize_t type in Python/compile.c'\nupdated_at = \u003cDate 2013-11-19.22:56:55.865\u003e\nuser = 'https://github.com/vstinner'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2013-11-19.22:56:55.865\u003e\nactor = 'python-dev'\nassignee = 'none'\nclosed = True\nclosed_date = \u003cDate 2013-11-19.21:24:37.918\u003e\ncloser = 'vstinner'\ncomponents = []\ncreation = \u003cDate 2013-11-15.23:08:07.747\u003e\ncreator = 'vstinner'\ndependencies = []\nfiles = ['32644']\nhgrepos = []\nissue_num = 19617\nkeywords = ['patch']\nmessage_count = 8.0\nmessages = ['202976', '202982', '203263', '203292', '203425', '203427', '203433', '203441']\nnosy_count = 4.0\nnosy_names = ['vstinner', 'benjamin.peterson', 'python-dev', 'serhiy.storchaka']\npr_nums = []\npriority = 'normal'\nresolution = 'fixed'\nstage = None\nstatus = 'closed'\nsuperseder = None\ntype = None\nurl = 'https://bugs.python.org/issue19617'\nversions = ['Python 3.4']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/vstinner","@type":"Person","name":"vstinner"},"datePublished":"2013-11-15T23:08:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":8},"url":"https://github.com/63816/cpython/issues/63816"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:1e5d6edd-f825-37ce-11ce-c4cfdcd25baa |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E9AC:25BA60:74180A:98FA2F:6A530D3C |
| html-safe-nonce | 0b52844cccf65a03036f857f54be980921a7b89335d3d72b450a47714f1db7ca |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOUFDOjI1QkE2MDo3NDE4MEE6OThGQTJGOjZBNTMwRDNDIiwidmlzaXRvcl9pZCI6IjgxNTIwMTExNjQxMTg4Nzk1NDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | b396fbc4e8ca8fdccb43b503208350bd02aeeae87c09ea7f8ad178acc9d40cd7 |
| hovercard-subject-tag | issue:1198909073 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/63816/issue_layout |
| twitter:image | https://opengraph.githubassets.com/94dd8fd078d23c256cc80b06c52ddae41a15b637f6675e6194c80bf46c1a622e/python/cpython/issues/63816 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/94dd8fd078d23c256cc80b06c52ddae41a15b637f6675e6194c80bf46c1a622e/python/cpython/issues/63816 |
| og:image:alt | BPO 19617 Nosy @vstinner, @benjaminp, @serhiy-storchaka Files compile_ssize_t.patch Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current s... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | vstinner |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width