Skip to content

issues Search Results · repo:MagicStack/contextvars language:Python

Filter by

13 results
 (60 ms)

13 results

inMagicStack/contextvars (press backspace or delete to remove)

Hi all, Everything has worked fine for ContextVarsScopeManager if I have only Fastapi application. But, When I tried to mount a Flask WSGIApplication to the Fastapi application, I ve got an error from ...
  • gokhan721
  • 1
  • Opened 
    on Nov 23, 2021
  • #18

Wheels (.whl) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases? Read more about the advantages of wheels to understand why generating wheel ...
  • johnthagen
  • Opened 
    on Oct 27, 2021
  • #17

+ /usr/bin/pytest -ra =========================================================================== test session starts ============================================================================ platform ...
  • kloczek
  • Opened 
    on Sep 4, 2021
  • #16

Hi! I ve found a difference between the built-in version of contextvars and this backport. Generic type annotations are not supported. This works in python: c: contextvars.ContextVar[str] = contextvars.ContextVar( ...
  • skalecki-imblox
  • Opened 
    on Mar 25, 2021
  • #15

Hi there, I’m trying to build webserver with the following requirements: 1. limit the handle time of single request with timeout. 2. saving the context of each requests for reporting some additional information ...
  • snirzango
  • 3
  • Opened 
    on May 12, 2020
  • #14

Potentially related to #2. Take the following code: #!/usr/bin/env python3 from aiohttp import web import contextvars import functools variable = contextvars.ContextVar( variable ) variable.set(False) ...
  • mistotebe
  • 3
  • Opened 
    on Jan 10, 2020
  • #13

When trying to install contextvars 2.4 using pip install ~/.downloads/contextvars-2.4.tar.gz I get this error message: ERROR: Command errored out with exit status 1: command: /usr/bin/python -c import ...
  • Segran
  • Opened 
    on Nov 30, 2019
  • #12

The typeshed repo (explained here) contains a stub for contextvars in 3.7, but does not contain stubs for this backport. This causes tools like mypy and PyCharm to fail to notice typing errors that are ...
  • stevenjackson121
  • 1
  • Opened 
    on Aug 10, 2018
  • #10

Next time the version bumps, could you depend on immutables = 0.6 or something? That would be nice, it would allow me to upgrade immutables without having to mess with contextvars.
  • catern
  • 1
  • Opened 
    on Jul 30, 2018
  • #8

Is it possible to add tags to the specific release-commits, so as to be visible in https://github.com/MagicStack/contextvars/releases GH page, and facilitate comparisons among releases? This is more important ...
  • ankostis
  • 1
  • Opened 
    on May 11, 2018
  • #6
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub