Change by Muhammed Alkan :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue35443>
___
___
Python-bugs-list
New submission from Muhammed Alkan :
I see nothing wrong with adding Tail Call Optimization to Python.
--
messages: 331420
nosy: midnio
priority: normal
severity: normal
status: open
title: Add Tail Call Optimization
type: enhancement
versions: Python 3.8
Muhammed Alkan added the comment:
The use case could be
- Using it to check if you're connected to
correct database (as you know the mutability could change the connection)
- Getting the name, helping the developers while debugging.
- No more reaso
New submission from Muhammed Alkan :
A feature for to get the connected database path or URL from connection object
(sqlite3.Connection).
--
messages: 330047
nosy: berker.peksag, ghaering, midnio
priority: normal
severity: normal
status: open
title: sqlite3 get the connected database