Ankit Kumar Pandey

Results 28 comments of Ankit Kumar Pandey

I am not exactly clear of repro steps. I tried following main.py ```python import logging if __name__ == "main": logging.basicConfig(level=logging.DEBUG) else: logging.basicConfig(level=logging.INFO) # TODO read from config from fastapi import...

> Hey, Thanks for looking into it. The fastapi load using guincorn the server error apper when you try to access http://127.0.0.1:8080 the deault website of fastapi failed > >...

May it is by the design? Quoting things here: ```quote WSGI servers is not compatible with FastAPI, FastAPI only runs in ASGI server, gunicorn and all the other WSGI servers...

Can I pick up this issue? Also, can you suggest a good place to start?

Thanks @youknowone, I will take a look at PR and specified files.

My observations: 1. dis.opmap['LOAD_CONST'] cpython: 100 rustpython: AttributeError: module 'dis' has no attribute 'opmap' 2. dis.EXTENDED_ARG cpython: 144 rustpython: AttributeError: module 'dis' has no attribute 'EXTENDED_ARG' 3. dis._unpack_opargs(100) cpython: rustpython:...

Thanks for head up, I will be taking incremental approach to this and will mention any challenges.

A quick question, how do we all translate python libraries? I get that c code is translated into equivalent rust code but what should be done for the Python code?...

On related note: Build is failing for psycopg_c (working fine for psycopg[dev,test]) Tested on Python 3.12.0a0 (built from source) Run `pip install -e ./psycopg_c ` Response: [res.txt](https://github.com/psycopg/psycopg/files/9142462/res.txt)