pfalcon / pycopy

Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.

Home Page:http://pycopy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Finishing Pycopy" TODO

pfalcon opened this issue · comments

Generic

  • Make sys.stdin and friends overridable
  • Implement (forward-port) __slots__ support
  • Warnings should show file/line no. - enabled in pycopy-dev
  • Add function (e.g. sys.warn()) to generate warning (with line no.) from Python code?

Ports

  • Implement uos.remove for Unix port
  • Implement uos.rename for Unix port

I/O

Modules

  • uctypes module finishing #14

Imports

  • Allow to override __import__
  • Better handling of errors during module import (remove from sys.modules)