확장 모듈을 파이썬 3에 이식하기
*******************************

확장 모듈을 파이썬 3에 이식하는 것에 관해서는 다음과 같은 리소스를 추
천합니다:

* 파이썬 2에서 파이썬 3으로 옮겨가는 것에 관한 일반적인 책인
  *Supporting Python 3: An in-depth guide*의 Migrating C extensions 장
  은 독자에게 확장 모듈을 이식하는 과정을 안내합니다.

* *py3c* 프로젝트의 Porting guide는 지원 코드와 함께 전문적인 제안을
  제공합니다.

* Recommended third party tools offer abstractions over the Python's C
  API. Extensions generally need to be re-written to use one of them,
  but the library then handles differences between various Python
  versions and implementations.
