Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • W wendelin.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nexedinexedi
  • wendelin.core
  • Repository
  • wendelin.core
  • bigfile
  • _bigfile.c
Find file BlameHistoryPermalink
  • Kirill Smelkov's avatar
    bigfile/py: PyFrameObject->f_back becomes lazy on py3.11 · 5ad23e52
    Kirill Smelkov authored May 28, 2025
    https://docs.python.org/3/whatsnew/3.11.html says to use
    PyFrame_GetBack() instead of direct ->f_back access which indeed starts
    to create frames on the fly in py3.11 if ->f_back was NULL:
    
    https://github.com/python/cpython/commit/ae0a2b756255
    https://github.com/python/cpython/commit/68f5fa668343
    
    -> change all usage of ->f_back to that function not to skip
    yet-unmaterialized frames while doing our checks.
    
    /reviewed-by @jerome
    /reviewed-on !37
    5ad23e52
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7