René's URL Explorer Experiment


Title: `packb` accepts a dict with a tuple key but the result cannot be `unpackb`'d (round-trip asymmetry) · Issue #703 · msgpack/msgpack-python · GitHub

Open Graph Title: `packb` accepts a dict with a tuple key but the result cannot be `unpackb`'d (round-trip asymmetry) · Issue #703 · msgpack/msgpack-python

X Title: `packb` accepts a dict with a tuple key but the result cannot be `unpackb`'d (round-trip asymmetry) · Issue #703 · msgpack/msgpack-python

Description: packb serializes a mapping with a tuple key without error, but the produced bytes cannot be deserialized: unpackb decodes the tuple key as a list, then fails to use it as a dict key. import msgpack b = msgpack.packb({(1, 2): 0}) # succee...

Open Graph Description: packb serializes a mapping with a tuple key without error, but the produced bytes cannot be deserialized: unpackb decodes the tuple key as a list, then fails to use it as a dict key. import msgpack...

X Description: packb serializes a mapping with a tuple key without error, but the produced bytes cannot be deserialized: unpackb decodes the tuple key as a list, then fails to use it as a dict key. import msgpack...

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

X: @github

direct link

Domain: redirect.github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"`packb` accepts a dict with a tuple key but the result cannot be `unpackb`'d (round-trip asymmetry)","articleBody":"`packb` serializes a mapping with a tuple key without error, but the produced bytes cannot be deserialized: `unpackb` decodes the tuple key as a `list`, then fails to use it as a dict key.\n\n```python\nimport msgpack\nb = msgpack.packb({(1, 2): 0})            # succeeds (5 bytes)\nmsgpack.unpackb(b, strict_map_key=False)  # TypeError: unhashable type: 'list'\n```\nEnvironment: msgpack-python 1.2.1, Python 3.13.12.\n\nExpected: either `packb` should raise on a key that cannot survive a round trip, or the limitation should be documented. Currently it is silent at pack time and only fails on unpack. Found by round-trip testing (106/3000 random structured inputs, all reducing to a tuple-keyed dict).","author":{"url":"https://github.com/BoxiYu","@type":"Person","name":"BoxiYu"},"datePublished":"2026-06-21T17:24:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/703/msgpack-python/issues/703"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:63ce24d0-9a85-08ee-b8e3-6ceb66026dad
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC0A4:FCD5E:17E0692:1F4D5FC:6A51C9B8
html-safe-noncefa9b1e299405866c07fdd97714c80b162e52ef656d2066be39970987e1b77a74
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMEE0OkZDRDVFOjE3RTA2OTI6MUY0RDVGQzo2QTUxQzlCOCIsInZpc2l0b3JfaWQiOiI3Mjc0NTIyMjE4NTMyNTU1MTkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace63ee2813c92df3b967373d40d13e0a90d258a27334899ad4ec5abe08055af4d
hovercard-subject-tagissue:4711331178
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/703/issue_layout
twitter:imagehttps://opengraph.githubassets.com/31c99304cf97ea41c64fc3c0fbf8513627ebcd4fa07c6b2bbd8a29950d1b2608/msgpack/msgpack-python/issues/703
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/31c99304cf97ea41c64fc3c0fbf8513627ebcd4fa07c6b2bbd8a29950d1b2608/msgpack/msgpack-python/issues/703
og:image:altpackb serializes a mapping with a tuple key without error, but the produced bytes cannot be deserialized: unpackb decodes the tuple key as a list, then fails to use it as a dict key. import msgpack...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameBoxiYu
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://redirect.github.com/msgpack/msgpack-python/issues/703#start-of-content
https://redirect.github.com/
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fissues%2F703
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fissues%2F703
Sign up https://redirect.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://redirect.github.com/msgpack/msgpack-python/issues/703
Reloadhttps://redirect.github.com/msgpack/msgpack-python/issues/703
Reloadhttps://redirect.github.com/msgpack/msgpack-python/issues/703
Please reload this pagehttps://redirect.github.com/msgpack/msgpack-python/issues/703
msgpack https://redirect.github.com/msgpack
msgpack-pythonhttps://redirect.github.com/msgpack/msgpack-python
Notifications https://redirect.github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Fork 249 https://redirect.github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Star 2.1k https://redirect.github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Code https://redirect.github.com/msgpack/msgpack-python
Issues 3 https://redirect.github.com/msgpack/msgpack-python/issues
Pull requests 5 https://redirect.github.com/msgpack/msgpack-python/pulls
Discussions https://redirect.github.com/msgpack/msgpack-python/discussions
Actions https://redirect.github.com/msgpack/msgpack-python/actions
Security and quality 1 https://redirect.github.com/msgpack/msgpack-python/security
Insights https://redirect.github.com/msgpack/msgpack-python/pulse
Code https://redirect.github.com/msgpack/msgpack-python
Issues https://redirect.github.com/msgpack/msgpack-python/issues
Pull requests https://redirect.github.com/msgpack/msgpack-python/pulls
Discussions https://redirect.github.com/msgpack/msgpack-python/discussions
Actions https://redirect.github.com/msgpack/msgpack-python/actions
Security and quality https://redirect.github.com/msgpack/msgpack-python/security
Insights https://redirect.github.com/msgpack/msgpack-python/pulse
packb accepts a dict with a tuple key but the result cannot be unpackb'd (round-trip asymmetry)https://redirect.github.com/msgpack/msgpack-python/issues/703#top
https://github.com/BoxiYu
BoxiYuhttps://github.com/BoxiYu
on Jun 21, 2026https://github.com/msgpack/msgpack-python/issues/703#issue-4711331178
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.