pickle.py is limited by python's call stack

Abierto
#47,369 18 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
python
Área
backend

Línea de trabajo

Start with graphtest.py, the example code linked in the issue, then review the historical pickle.patch files and the pickle.py implementation they target. Reproduce the call-stack limitation and determine the intended behavior from those examples. Done means the reported pickle failure no longer depends on Python's call-stack depth, with regression coverage for the triggering graph.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

3.7 (EOL) stdlib type-bug
BPO 3119
Nosy @jcea, @pitrou, @avassalotti, @serhiy-storchaka, @matrixise
Files
  • pickle.patch: svn diff output against the python trunk.
  • pickle2.patch: svn diff output against the python trunk, take two.
  • pickle3.patch
  • pickle4.patch
  • graphtest.py: Example code triggering the issue
  • 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:

    assignee = None
    closed_at = None
    created_at = <Date 2008-06-16.04:06:24.505>
    labels = ['3.7', 'type-bug', 'library']
    title = "pickle.py is limited by python's call stack"
    updated_at = <Date 2016-10-04.20:46:59.117>
    user = 'https://bugs.python.org/habnabit'
    

    bugs.python.org fields:

    activity = <Date 2016-10-04.20:46:59.117>
    actor = 'habnabit'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2008-06-16.04:06:24.505>
    creator = 'habnabit'
    dependencies = []
    files = ['10638', '11168', '13654', '18073', '43897']
    hgrepos = []
    issue_num = 3119
    keywords = ['patch', 'needs review']
    message_count = 17.0
    messages = ['68262', '69007', '69118', '69126', '69620', '71510', '85761', '85786', '101451', '101452', '110642', '110834', '268119', '270752', '271394', '278073', '278088']
    nosy_count = 9.0
    nosy_names = ['jafo', 'jcea', 'pitrou', 'alexandre.vassalotti', 'schmir', 'tleeuwenburg@gmail.com', 'serhiy.storchaka', 'matrixise', 'gavento']
    pr_nums = []
    priority = 'low'
    resolution = None
    stage = 'needs patch'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue3119'
    versions = ['Python 3.7']
    

    Lenguaje dominante
    Python
    Estrellas
    77.2k
    Forks
    36k
    Merge medio
    1 d 9 h
    PR fusionados (30 d)
    558

    Guía de contribución

    Abrir la guía de contribución

    Primeros pasos

    1. Lee el issue completo y luego la guía de contribución del proyecto.
    2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
    3. Haz un fork del repositorio y trabaja en una rama.
    4. Abre un pull request que haga referencia al número del issue.

    Más de python/cpython

    Todos los issues de python/cpython

    Issues similares

    Más issues de Python

    Recibe los nuevos issues en tu correo

    Un resumen breve de issues de GitHub para principiantes.