Python Forum
How to recognize, what functions are filled in of the Python interpreter stack?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to recognize, what functions are filled in of the Python interpreter stack?
#1
Python 3.7.2

I wrote a program using the asyncio library. If I run it, then after a short time I get the error "maximum recursion depth exceeded while calling a Python object". In the code, I never use recursion anywhere, so I want to know the names of the functions that occupied the entire of Python's stack.

How to do it?
Reply


Messages In This Thread
How to recognize, what functions are filled in of the Python interpreter stack? - by AlekseyPython - Mar-13-2019, 08:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python cant recognize PIP siubikYT 2 822 Jul-19-2023, 06:30 PM
Last Post: Lahearle
  Mac default python interpreter Viewpoint8455 2 976 Oct-13-2022, 06:25 AM
Last Post: perfringo
  Python Interpreter ankitdixit 4 2,790 Jun-10-2022, 12:37 PM
Last Post: katy1234
Photo Visual studio code unable to color syntax on python interpreter tomtom 4 7,085 Mar-02-2022, 01:23 AM
Last Post: tomtom
  Is it possible to make a program recognize how many clicks it has had on the monitor? jao 0 1,183 Feb-25-2022, 06:31 PM
Last Post: jao
  How to set Tab size to 4 in Python interpreter? zzzhhh 1 1,893 Jan-18-2022, 12:11 PM
Last Post: snippsat
  readline.parse_and_bind() does not work in start-up script of Python interpreter zzzhhh 0 1,584 Jan-18-2022, 11:05 AM
Last Post: zzzhhh
  Find last filled column in openpyxl Irv1n 2 13,037 Jan-16-2022, 11:05 AM
Last Post: Pedroski55
  Making a hotel filled with people categorizing them lucasrohr 3 1,527 Jan-09-2022, 05:13 PM
Last Post: lucasrohr
  My program won't recognize the filename. braingoblins 1 1,175 Jan-07-2022, 06:18 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020