[issue35443] Add Tail Call Optimization

2018-12-09 Thread Muhammed Alkan


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

___
Python tracker 
<https://bugs.python.org/issue35443>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35443] Add Tail Call Optimization

2018-12-09 Thread Muhammed Alkan


Change by Muhammed Alkan :


--
stage:  -> resolved
status: open -> closed

___
Python tracker 
<https://bugs.python.org/issue35443>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35272] sqlite3 get the connected database url

2018-11-18 Thread Muhammed Alkan


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 url
type: enhancement
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue35272>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35272] sqlite3 get the connected database url

2018-11-18 Thread Muhammed Alkan


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 reasons :P

--

___
Python tracker 
<https://bugs.python.org/issue35272>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com