From: Petr Kocmid (pkocmid_at_[hidden])
Date: 2001-02-11 05:56:25


> From: David Abrahams [mailto:abrahams_at_[hidden]]
> Maybe I should automatically convert null smart pointers to None
> and None to null smart pointers. I never thought to do it. Opinions?

Better semantics convergence is certainly desired. 'Py_None' is of no real
use at the C++ side, and checking for it only obfuscates code. Automatic
conversion will do the job.

Petr Kocmid
pkocmid_at_[hidden]